home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / TTools / TToolsPalette / Makefile < prev    next >
Makefile  |  1995-06-12  |  1KB  |  47 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = TToolsPalette
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = TToolsPalette.nib
  16.  
  17. GLOBAL_RESOURCES = ClassAgentIcon.tiff ListIcon.tiff SortedListIcon.tiff\
  18.                    StringAgentIcon.tiff TBinderListIcon.tiff\
  19.                    TimerIcon.tiff TToolsIcon.tiff palette.table
  20.  
  21. CLASSES = TToolsPalette.m
  22.  
  23. HFILES = TToolsPalette.h
  24.  
  25. SUBPROJECTS = Timer.subproj Ranker.subproj SwitchView.subproj\
  26.               ListEditor.subproj Utilities.subproj Strings.subproj\
  27.               TBinderList.subproj
  28.  
  29. OTHERSRCS = Makefile Makefile.postamble Makefile.preamble
  30.  
  31.  
  32. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  33. MAKEFILE = palette.make
  34. INSTALLDIR = /NextDeveloper/Palettes
  35. INSTALLFLAGS = -c -s -m 755
  36. SOURCEMODE = 444
  37.  
  38.  
  39.  
  40. -include Makefile.preamble
  41.  
  42. include $(MAKEFILEDIR)/$(MAKEFILE)
  43.  
  44. -include Makefile.postamble
  45.  
  46. -include Makefile.dependencies
  47.